home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Tpointselection.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  316b  |  14 lines

  1. #ifndef _Tpointselection_H_
  2. #define _Tpointselection_H_
  3.  
  4. enum
  5. {
  6.     POINTSELECTIONTAG_COMMAND1 = 1000, // virtual ID
  7.     POINTSELECTIONTAG_COMMAND2 = 1001,
  8.     POINTSELECTIONTAG_COMMAND3 = 1002,
  9.     POINTSELECTIONTAG_COMMAND4 = 1003,
  10.     POINTSELECTIONTAG_COMMAND5 = 1004,
  11.     POINTSELECTIONTAG_COMMAND6 = 1005
  12. };
  13.  
  14. #endif